home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 023a / prop_man.zip / STATUS.SAB < prev    next >
Text File  |  1991-09-17  |  591b  |  23 lines

  1. label start
  2. clear all v
  3. cls
  4. display cp.dis
  5. write "STATUS.SAB" at 2,36
  6. write "Account Status Report" at 7,29
  7. set v add to ""
  8. fillin add using "Enter All Or A Portion Of ADD.CODE or [ESC] " at 12,10
  9. if add = "" then ; goto fin ; endif
  10. cls
  11. display cp.dis
  12. write "STATUS.SAB" at 2,36
  13. write "Status Printing In Progress.  Please Wait." at 12,19
  14.   output printer
  15.   print attn sorted by add.code where add.code contains .add and real exists
  16.   print status sorted by add.code where add.code contains .add and real exists
  17.   output screen
  18.   goto start
  19. label fin
  20.   cls
  21.   return
  22.  
  23.